home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 1-2.iso / PHARAOH / data1.cab / Executable / campaign.txt < prev    next >
Text File  |  1999-08-10  |  2KB  |  45 lines

  1. ; campaign definition file
  2. ; possible lines:
  3. ; [MISSION_NAMES] - all the lines in this section identify the names of the missions in the pak file
  4. ; [<campaign name>] - identifies the start of a campaign
  5. ; mission=<mission>,<intro_MM>,<victory/transition text>[,<path_id>[,merge_path1[,merge_path2]...]]
  6. ; choicescreen=<graphic id>,<title text id>
  7. ; choice=<path_id>,<x>,<y>,<text>
  8. ; mission ids are shared by all campaign sections
  9. ; path_id's work somewhat as 'goto' labels but there can be multiple missions with the same path_id.
  10. ; When a choice is made, the next mission with a path_id corresponding to that choice is taken and that path 
  11. ; is stayed on until another choice is made. There is no way to 'backtrack' in a campaign.
  12. ; A mission with a path_id of 0 will always be played and the current path will be set to 0.  This is the 
  13. ; mechanism for merging paths.  If you want to have the same mission played in different paths and still 
  14. ; keep the paths seperate, you can have the same mission id appear in different places with different path_ids.
  15.  
  16. ;------------
  17. ; intro specifies an MM section.  The first one is FIRST_BREIFING_ENTRY (*200)
  18. ; transition text is in text section TXT_VICTORY_SPEECH (*147).  The id offsets into it.
  19. ; choicescreen graphic offset is relative to sprite tag SPR_ASSIGNMENTS
  20. ; choicescreen title text is in section TXT_ASSIGNMENTS (*144)
  21. ; choice text is also in section TXT_ASSIGNMENTS
  22. ;----------
  23.  
  24. [MISSION_NAMES]
  25. 00 Nubt (Naqada)
  26. 01 Thinis
  27. 02 Perwadjyt (Buto)
  28.  
  29.  
  30. [PREDYNASTIC_PERIOD]
  31. mission=0,200,0,0
  32. mission=1,201,1,0
  33.  
  34.  
  35. [ARCHAIC_PERIOD]
  36. mission=2,238,39,0
  37.  
  38. [OLD_KINGDOM]
  39.  
  40. [MIDDLE_KINGDOM]
  41.  
  42. [NEW_KINGDOM]
  43.  
  44.  
  45.